﻿body
{
	
}
.caps
{
	text-transform:uppercase;
	
}
.dotmatrixfont
{
	 
}

@font-face {  
  font-family: 'dotmatrix' ;  
  src: url('HIGHSPEED.ttf') format('truetype');  
} 

.Booked
{
	background-color:red;
	color:white;
	font-weight:bold;
	width:75px;
	height:75px;
}
	/*.Booked:hover
	{
		background-color:white;
		color:deeppink;
	}*/
/*.Cleaning
{
	background-color: lightblue;
	color: white;
	font-weight: bold;
	width: 75px;
	height: 75px;
}*/
.reserved
{
	background-color: orange;
	color: white;
	font-weight: bold;
	width: 75px;
	height: 75px;
}
.vacant
{
	background-color:green;
	color:white;
	font-weight:bold;
	width:75px;
	height:75px;
}
	/*.vacant:hover
	{
		background-color:orange;
	}*/

.Cleaning
{
	background-color: lightblue;
	color: white;
	font-weight: bold;
	width: 75px;
	height: 75px;
}
		/*.Cleaning:hover
		{
			background-color: orange;
		}*/

.autocomplete
{
	width:300px;
	background-color:red;
}


.heading
{
	font-size: 20px;
	height: 30px;
	background-color: #e9f1f7;
	color: black;
	border-radius: 25px;
	font-weight: bold;
	text-align: center;
}

.textbox
{
	height:25px;
	width:150px;
	padding-left: 10px;
	border-radius:5px;
	font-family:Calibri;
    font-size:12px;
}

.text_box
{
	height:20px;
	width:50px;
	padding-left: 5px;
	border-radius:5px;
	font-family:Calibri;
    font-size:12px;
}
	.textbox:hover
	{
		border-color:lightgray;
	}

	.textbox:focus
	{
		border-color:lightgray;
	}

.txtbox
{
	height: 20px;
	width: 150px;
	padding-left: 10px;
	border-radius: 5px;
	 
}
		.txtbox:hover
		{
			border-color: lightgray;
		}

		.txtbox:focus
		{
			background-color: lightgray;
		}

.btn
{
	background: #34d9c3;
	background-image: -webkit-linear-gradient(top, #34d9c3, #2bb87f);
	background-image: -moz-linear-gradient(top, #34d9c3, #2bb87f);
	background-image: -ms-linear-gradient(top, #34d9c3, #2bb87f);
	background-image: -o-linear-gradient(top, #34d9c3, #2bb87f);
	background-image: linear-gradient(to bottom, #34d9c3, #2bb87f);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Calibri;
	color: #ffffff;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	height: 30px;
	width: 200px;
}

	.btn:hover
	{
		background-color:Gray;
		background-image: -webkit-linear-gradient(top, Gray, #20B2AA);
		/*background-image: -moz-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -ms-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -o-linear-gradient(top, #fc3cef, #9734d9);
		background-image: linear-gradient(to bottom, #fc3cef, #9734d9);*/
		text-decoration: none;
	}

.btn1
{
	background: #4800ff;
	background-image: -webkit-linear-gradient(top, #87CEFA, #20B2AA);
	background-image: -moz-linear-gradient(top, #87CEFA, #20B2AA);
	background-image: -ms-linear-gradient(top, #87CEFA, #20B2AA);
	background-image: -o-linear-gradient(top, #87CEFA, #20B2AA);
	background-image: linear-gradient(to bottom, #87CEFA, #20B2AA);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 1px;
	font-family: Calibri;
	color: #ffffff;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	height: 30px;
	width: 200px;
}

	.btn1:hover
	{
		background: #fc3cef;
		background-image: -webkit-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -moz-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -ms-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -o-linear-gradient(top, #fc3cef, #9734d9);
		background-image: linear-gradient(to bottom, #fc3cef, #9734d9);
		text-decoration: none;
	}

.modalBackground
{
	background-color: silver;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup
{
	background-color: white;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	border-radius:10px;
}

.floor
{
	font-weight: bold;
	color: orangered;
	font-size: 16px;
}
.panel_room
{
	width:600px;
	height:auto;
	/*background-color: #ffffdd;*/
	border-width: 3px;
	border-style: none;
	border-color: Gray;
	border-radius:10px;
	padding:10px;
}
.link
{
	width:auto;
	height:auto;
	color:orangered;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	background-color:green;
}

.btnCross
{
	font-weight:bold;
	background-color:red;
	color:white;
}
 
.GridviewDiv
        {
            font-size: 100%;
            font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helevetica, sans-serif;
            color: #303933;
        }

        .headerstyle
        {
            color: #FFFFFF;
            border-right-color: #abb079;
            border-bottom-color: #abb079;
            background-color: #df5015;
            padding: 0.5em 0.5em 0.5em 0.5em;
            text-align: center;
        }


		#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}            
#theprogress {
    background-color: #fff;
    border:1px solid #ccc;
    padding:10px;
    width: 300px;
    height: 30px;
    line-height:30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight:bold;
    font-size:14px;
}

.completionListElement 
{  
    
    margin : 0px! important; 
    background-color : inherit; 
    color : orange; 
    border : solid 1px gray; 
    cursor : pointer; 
    text-align : left; 
    list-style-type : none; 
    font-family : Verdana; 
    font-size: 11px; 
    padding : 0; 
} 
.listItem 
{ 
    background-color: white; 
    padding : 1px; 
}      
.highlightedListItem 
{ 
    background-color: #c3ebf9; 
    padding : 1px; 
}

.linkbutton
       {
           background-color: gray;
           color: white;
           font-size:12px;
           padding: 6px 10px;
           text-align: center;
           text-decoration: none;
           display: inline-block;
           width: 130px;
           text-align: left;
           font-family:Calibri;
           /*font-weight: bold;*/
       }
           .linkbutton:hover
           {
               background-color: gray;
           }
       .linkbutton1
       {
           background-color: #0094ff;
           color: white;
           font-size:12px;
           padding: 6px 10px;
           text-align: center;
           text-decoration: none;
           display: inline-block;
           width: 130px;
           text-align: left;
           font-family:Calibri;
           /*font-weight: bold;*/
       }
           .linkbutton1:hover
           {
               background-color: orange;
           }

.linkbutton0 {
    background-color: #0094ff;
    color: white;
    font-size: 12px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 130px;
    text-align: left;
    font-family: Calibri;
    /*font-weight: bold;*/
}
